home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / programm / GNUC / UTIL-41S.LZH / util-41 / cross-inc / stab.h < prev   
Encoding:
C/C++ Source or Header  |  1998-09-12  |  296 b   |  23 lines

  1. #ifndef __GNU_STAB__
  2. #define __GNU_STAB__
  3.  
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7.  
  8. #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  9.  
  10. enum __stab_debug_code
  11. {
  12. #include "stab.def"
  13. LAST_UNUSED_STAB_CODE
  14. };
  15.  
  16. #undef __define_stab
  17.  
  18. #if defined(__cplusplus)
  19. }
  20. #endif
  21.  
  22. #endif /* __GNU_STAB_ */
  23.